CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - conjugate gradient

搜索资源列表

  1. CGMethod

    0下载:
  2. Conjugate Gradient Method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:34475
    • 提供者:EMIC
  1. conjugate_gradient

    0下载:
  2. conjugate gradient source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2504
    • 提供者:shamsul
  1. netscoresoure

    0下载:
  2. NetScore - Neural Network using Scaled Conjugate Gradient Algorithm in Optical Character Recognition. Netscore is an easy to use yet powerful and intuitive tool to recognize drawn character or symbol using Java. Feel free to contact me i
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1598045
    • 提供者:claire
  1. conjgrad

    0下载:
  2. conjugate gradient tset file
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1476
    • 提供者:abah
  1. PRP

    0下载:
  2. 最优化方法作业 PRP共轭梯度法 有算法分析 步骤 实例 实验结果和C++源程序-Optimization method operating PRP conjugate gradient method are examples of algorithm analysis step in the experimental results and C++ source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:30398
    • 提供者:kylin
  1. PRP_2

    1下载:
  2. 用共轭梯度算法——PRP算法求解无约束最优化问题-Conjugate gradient algorithm- PRP algorithm for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:1013
    • 提供者:li keli
  1. painless-conjugate-gradient

    0下载:
  2. An Introduction to the Conjugate Gradient Method Without the Agonizing Pain written by Jonathan Richard Shewchuk.Algorithm of conjugate gradient method introduced in this file is easy to read and understand.-An Introduction to the Conjugate Gradient
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:422513
    • 提供者:Judy
  1. MATLAB

    0下载:
  2. 基于MATLAB的共轭梯度BP算法在函数逼近中的实例-MATLAB-based conjugate gradient BP algorithm in the example of function approximation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:28934
    • 提供者:马婧烜
  1. Conjugate-gradient

    0下载:
  2. 共轭梯度法是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method is between the steepest descent method and Newton method between a method that only use the firs
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1249
    • 提供者:sunling
  1. conjugate-gradient-method

    0下载:
  2. 用matlab编程,实现最优控制理论中的共轭梯度算法。-With the matlab programming, optimal control theory conjugate gradient algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2695
    • 提供者:高盼
  1. conjugate-gradient-method

    0下载:
  2. 利用共轭梯度法求解无约束问题实例。其实现的软件为matlab-Using conjugate gradient method to solve the problem without constraint examples
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2271
    • 提供者:selina
  1. Conjugate-gradient-method-matlab

    1下载:
  2. 共轭梯度法 SUMT内点法 最速下降法 牛顿法 matlab实现-Conjugate gradient method SUMT interior point method the steepest descent method Newton method matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:4424
    • 提供者:雨文
  1. conjugate-gradient-method

    0下载:
  2. 用共轭梯度法求解系数矩阵为对称正定矩阵的二次函数的最优解-The optimal solution of the quadratic function using the conjugate gradient method for solving the coefficient matrix is symmetric positive definite matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:19697
    • 提供者:闫小凡
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:704339
    • 提供者:
  1. conjugate-gradient-method_matlab.tar

    0下载:
  2. 利用共轭梯度法进行方程组求解的MATLAB源代码-Solving equations by conjugate gradient method (matlab code)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3952
    • 提供者:Lynn
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1052
    • 提供者:zhuyuanli
  1. conjugate-gradient

    0下载:
  2. 两个程序,基于共轭梯度的BP算法,和标准的BP算法,两个都是实现函数逼近-Two procedures, based on the conjugate gradient BP algorithms, and standard BP algorithm, are both function approximation
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:2355
    • 提供者:zhangle
  1. conjugate-gradient-method

    0下载:
  2. 本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books conjugate gradient method algorithm code, citing two books on the example of the job title, the code in th
  3. 所属分类:source in ebook

    • 发布日期:2017-11-13
    • 文件大小:4788
    • 提供者:wxq
  1. Conjugate-Gradient-Method

    0下载:
  2. Conjugate Gradient Method 共轭梯度发-Conjugate Gradient Method
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:39971
    • 提供者:吴一戎
  1. nonlinear-conjugate-gradient

    0下载:
  2. 在无约束最优化方法中,通过选择搜索方向 k d 而得到的方法主要有四种:最 速下降法,Newton法,共轭方向法,Quasi-Newton (拟牛顿法)。 -Study on the algorithm of several nonlinear conjugate gradient method and the analysis of global convergence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:567
    • 提供者:李振涛
« 1 23 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com